-
-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(web): seconds and milliseconds in timestamps #20337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Label error. Requires exactly 1 of: changelog:.*. Found: 🖥️web. A maintainer will add the required label. |
Great work on adding support for setting the timestamp with seconds — this is already a very useful improvement! One thought: many images already store their capture time in EXIF with both seconds and sub-second precision. For example, using
The composite tag combines When changing the timestamp in the UI, Immich typically writes a composite timecode to If the timestamp edit function could handle both seconds and milliseconds (three digits), it would ensure that we maintain the original sub-second accuracy already present in many images, rather than truncating this information. This would be especially beneficial for workflows where precise capture time matters (e.g., burst sequences, sports, scientific imaging). Have you considered including this in your implementation? |
@trommegutten suggestion seems easy to implement. Working on test instance: Checklist:
|
Added ability to set timestamp with seconds (#19729)